home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
- <CodeSnippet Format="1.0.0">
- <Header>
- <Title>local</Title>
- <Shortcut>local</Shortcut>
- <Description>Code snippet for local variable</Description>
- <Author>Mr O. Duzhar</Author>
- <SnippetTypes>
- <SnippetType>Expansion</SnippetType>
- </SnippetTypes>
- </Header>
- <Snippet>
- <Declarations>
- <Literal>
- <ID>name</ID>
- <ToolTip>Variable name</ToolTip>
- <Default>MyLocal</Default>
- </Literal>
- <Literal>
- <ID>type</ID>
- <ToolTip>Variable type</ToolTip>
- <Default>int</Default>
- </Literal>
- </Declarations>
- <Code Language="Unreal Script"><![CDATA[local $type$ $name$;
- $selected$$end$]]>
- </Code>
- </Snippet>
- </CodeSnippet>
- </CodeSnippets>